Maskable interrupts - definition. What is Maskable interrupts
DICLIB.COM
أدوات لغة الذكاء الاصطناعي
أدخل كلمة أو عبارة بأي لغة 👆
اللغة:     

ترجمة وتحليل الكلمات بواسطة الذكاء الاصطناعي

في هذه الصفحة يمكنك الحصول على تحليل مفصل لكلمة أو عبارة باستخدام أفضل تقنيات الذكاء الاصطناعي المتوفرة اليوم:

  • كيف يتم استخدام الكلمة في اللغة
  • تردد الكلمة
  • ما إذا كانت الكلمة تستخدم في كثير من الأحيان في اللغة المنطوقة أو المكتوبة
  • خيارات الترجمة إلى الروسية أو الإسبانية، على التوالي
  • أمثلة على استخدام الكلمة (عدة عبارات مع الترجمة)
  • أصل الكلمة

%ما هو (من)٪ 1 - تعريف

SIGNAL TO THE PROCESSOR EMITTED BY HARDWARE OR SOFTWARE INDICATING AN EVENT THAT NEEDS IMMEDIATE ATTENTION
Hardware interrupt; Interrupts; Software interrupt; Software Interrupt; Spurious Interrupt; Interrupt mask; Maskable interrupt; Masked interrupt; Level triggered interrupt; Edge triggered interrupt; Maskable interrupts; Interupt; Spurious interrupt; Trap (computing); Fault (computing); Interrupt line; Maskable Interrupt; Kernel trap; Interrupted; Interrupting; Interrupt handling; OS Trap; Shared interrupt; Interrupt (computing); IRQ affinity; Receive packet steering; Receive flow steering; Interrupt mechanism; Computer interrupt; Computer Interrupt
  • thumb
  • Interrupt sources and processor handling

Non-maskable interrupt         
HARDWARE INTERRUPT THAT CANNOT BE IGNORED BY INSTRUCTIONS OF CPU.
Non maskable interrupt; Non-Maskable Interrupt; Non-Maskable Interrupts; Non-Maskable interrupts; Nonmaskable interrupt; Non-Maskable interrupt
In computing, a non-maskable interrupt (NMI) is a hardware interrupt that standard interrupt-masking techniques in the system cannot ignore. It typically occurs to signal attention for non-recoverable hardware errors.
Non-Maskable Interrupt         
HARDWARE INTERRUPT THAT CANNOT BE IGNORED BY INSTRUCTIONS OF CPU.
Non maskable interrupt; Non-Maskable Interrupt; Non-Maskable Interrupts; Non-Maskable interrupts; Nonmaskable interrupt; Non-Maskable interrupt
(NMI) An IRQ 7 on the PDP-11 or 680x0 or the NMI line on an 80x86. In contrast with a priority interrupt (which might be ignored, although that is unlikely), an NMI is *never* ignored. (1994-12-13)
interrupt         
¦ verb
1. stop the continuous progress of.
stop (a person who is speaking) by saying or doing something.
2. break the continuity of (a line, surface, or view): a sunken fence which doesn't interrupt the view across the fields.
Derivatives
interruptible adjective
interruptive adjective
Origin
ME: from L. interrupt-, interrumpere 'break, interrupt', from inter- 'between' + rumpere 'to break'.

ويكيبيديا

Interrupt

In digital computers, an interrupt (sometimes referred to as a trap) is a request for the processor to interrupt currently executing code (when permitted), so that the event can be processed in a timely manner. If the request is accepted, the processor will suspend its current activities, save its state, and execute a function called an interrupt handler (or an interrupt service routine, ISR) to deal with the event. This interruption is often temporary, allowing the software to resume normal activities after the interrupt handler finishes, although the interrupt could instead indicate a fatal error.

Interrupts are commonly used by hardware devices to indicate electronic or physical state changes that require time-sensitive attention. Interrupts are also commonly used to implement computer multitasking, especially in real-time computing. Systems that use interrupts in these ways are said to be interrupt-driven.